projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7425bbf
)
(lpr-command): Check for irix, not silicon-graphic-unix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Nov 1993 00:06:48 +0000
(
00:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Nov 1993 00:06:48 +0000
(
00:06
+0000)
lisp/lpr.el
patch
|
blob
|
history
diff --git
a/lisp/lpr.el
b/lisp/lpr.el
index 8ffb7f37e9b21ba8f3095ebbb59e09a09387b330..6e92289709da63db230c51da4cb3aaf2a37fe721 100644
(file)
--- a/
lisp/lpr.el
+++ b/
lisp/lpr.el
@@
-35,7
+35,7
@@
;;;###autoload
(defvar lpr-command
- (if (memq system-type '(usg-unix-v dgux-unix hpux
silicon-graphics-un
ix))
+ (if (memq system-type '(usg-unix-v dgux-unix hpux
ir
ix))
"lp" "lpr")
"*Shell command for printing a file")